An unwanted effect was that the flashlight would flip up side down if the Variable ‘y2’ would have a value under 0. I wanted the ‘Y-scale’-value no less than a 100, because the Scale-Property is set by percentage. A simple ‘If’-Action prevented the ‘y2’-value to drop under a 100. If (y2<100) Set Variable: "y2" = 100 End If